IsRealPart
TheIsRealPart
method returns a Boolean value that indicates whether this part is an actual part (as opposed to a part wrapper).
ODBoolean IsRealPart ();
- return value
kODTrue
if this part is an actual part, orkODFalse
if this part is a part wrapper.DISCUSSION
Your part'sIsRealPart
method is almost never called unless you really need to access the actual part.OVERRIDING
When you subclassODPart
, you must not override this method.SEE ALSO
TheODPart::GetRealPart
method (page 525).
TheODPart::ReleaseRealPart
method (page 540).
"The Part-Wrapper Object" on page 464 in OpenDoc Programmer's Guide.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help